bitkeeper revision 1.994 (40d6ed9ePUmxTwjKFv1vprN2-xFpmQ)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Mon, 21 Jun 2004 14:15:58 +0000 (14:15 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Mon, 21 Jun 2004 14:15:58 +0000 (14:15 +0000)
Install mkernel odules with 'make install'

Makefile

index 0703b546b7596f54ff56622576779cb8f1f5d964..d4eb93dcd3d251cda01d6297e4cf2770ea3ad1cb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ install: all
        $(MAKE) -C xen install
        $(MAKE) -C tools install
        $(shell cp -a install/boot/*$(LINUX_VER)* /boot/)
+       $(shell cp -a install/lib/modules/* /lib/modules/)
 
 # install xen and tools into the install directory
 dist: all
@@ -38,6 +39,9 @@ LINUX_SRC_X = ./linux-$(LINUX_VER).tar.gz
 endif
 endif
 
+patch-xen0-bridge-nf:
+       (cd linux-$(LINUX_VER)-xen && patch -p1 -F3 < ../patches/ebtables-brnf-5_vs_2.4.25.diff)
+
 # make a linux-xen build tree from a pristine kernel plus sparse tree
 linux-$(LINUX_VER)-xen: pristine-linux-src
        $(RM) -rf linux-$(LINUX_VER)-xen